dreamweaver.setFloaterVisibility()

Availability 3.0
Description Specifies whether to make a particular floating palette or inspector visible.
Arguments floaterName, bIsVisible
The argument is the name of a floating palette. The built-in palettes must be referenced using one the following strings: "objects", "properties", "launcher", "site files", "site map", "library", "css styles", "html styles", "behaviors", "timelines", "html", "layers", "frames", "templates", or "history". If floaterName does not match one of the built-in palette names, Dreamweaver searches in the Configuration/Floaters folder for a file called floaterName.htm. If Dreamweaver cannot find a floater with the name floaterName, this function has no effect.
The second argument is a Boolean value indicating whether to make the floater visible.
Returns Nothing.
Enabler None.